Skip to content

feat(switch): add loom switch command for testing branches without weaving#123

Open
narnaud wants to merge 1 commit intomainfrom
switch
Open

feat(switch): add loom switch command for testing branches without weaving#123
narnaud wants to merge 1 commit intomainfrom
switch

Conversation

@narnaud
Copy link
Owner

@narnaud narnaud commented Mar 22, 2026

Adds loom switch (alias: sw) to check out any branch — local or
remote — without merging it into the integration branch. Remote-only
branches detach HEAD via git switch --detach. The command refuses to
run on a dirty working tree. An interactive picker shows all local
branches plus remote-only branches; a direct branch name or short ID
is also accepted.

Co-Authored-By: Claude Sonnet 4.6 noreply@anthropic.com

…aving

Adds `loom switch` (alias: `sw`) to check out any branch — local or
remote — without merging it into the integration branch. Remote-only
branches detach HEAD via `git switch --detach`. The command refuses to
run on a dirty working tree. An interactive picker shows all local
branches plus remote-only branches; a direct branch name or short ID
is also accepted.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant